-
-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#289 📎 sources - Introduce bottom sheet dialog #555
Conversation
# Conflicts: # app/src/main/res/values/strings.xml
# Conflicts: # app/src/main/AndroidManifest.xml # app/src/main/java/it/niedermann/nextcloud/deck/ui/card/attachments/CardAttachmentsFragment.java # app/src/main/res/values/strings.xml
Signed-off-by: Stefan Niedermann <info@niedermann.it>
Signed-off-by: Stefan Niedermann <info@niedermann.it>
Make contacts upload work Signed-off-by: Stefan Niedermann <info@niedermann.it>
Minor clean up Signed-off-by: Stefan Niedermann <info@niedermann.it>
Fix contact picker Signed-off-by: Stefan Niedermann <info@niedermann.it>
Design fine tuning Signed-off-by: Stefan Niedermann <info@niedermann.it>
Design fine tuning Signed-off-by: Stefan Niedermann <info@niedermann.it>
Design fine tuning Signed-off-by: Stefan Niedermann <info@niedermann.it>
https://help.nextcloud.com/t/nextcloud-android-client-3-14-0-rc1-is-out/96673 Signed-off-by: Stefan Niedermann <info@niedermann.it>
# Conflicts: # app/src/main/java/it/niedermann/nextcloud/deck/ui/card/attachments/CardAttachmentsFragment.java
Signed-off-by: Stefan Niedermann <info@niedermann.it>
Signed-off-by: Stefan Niedermann <info@niedermann.it>
Signed-off-by: Stefan Niedermann <info@niedermann.it>
Signed-off-by: Stefan Niedermann <info@niedermann.it>
Signed-off-by: Stefan Niedermann <info@niedermann.it>
Signed-off-by: Stefan Niedermann <info@niedermann.it>
…kePhotoActivity Signed-off-by: Stefan Niedermann <info@niedermann.it>
…kePhotoActivity Signed-off-by: Stefan Niedermann <info@niedermann.it>
Signed-off-by: Stefan Niedermann <info@niedermann.it>
Signed-off-by: Stefan Niedermann <info@niedermann.it>
…en granted Signed-off-by: Stefan Niedermann <info@niedermann.it>
Signed-off-by: Stefan Niedermann <info@niedermann.it>
Signed-off-by: Stefan Niedermann <info@niedermann.it>
Signed-off-by: Stefan Niedermann <info@niedermann.it>
Signed-off-by: Stefan Niedermann <info@niedermann.it>
Signed-off-by: Stefan Niedermann <info@niedermann.it>
Signed-off-by: Stefan Niedermann <info@niedermann.it>
Signed-off-by: Stefan Niedermann <info@niedermann.it>
Signed-off-by: Stefan Niedermann <info@niedermann.it>
Signed-off-by: Stefan Niedermann <info@niedermann.it>
Signed-off-by: Stefan Niedermann <info@niedermann.it>
Awesome work @stefan-niedermann ! It works great. Only a minor idea: Maybe reuse the UI (tab) structure form the web? Currently the images are shown as full images but e. g. a contact is shown in a table structure. The Web UI shows everything in a table structure. |
Tested and works 🎉 Thanks for the new feature. Smartphone: Nokia 7 plus with Android 10 |
Fantastic, thank you very much for testing @splitt3r & @q-wertz !
I think the Web UI should do it the other way around: If one can generate a preview, we should show the preview and only fall back to the generic table layout if we can't show anything. Also Nextcloud usually always displays a preview (even for |
Very good point. But than maybe create a common structure to display images and other files alike? Anyway i think this is more of a follow up issue. |
Description
This PR allows one to not only select files from the phone to upload, but also pick contacts and take photos directly from within the app.
Help test
You can download and install the
APK
safely in parallel to the production version.Screenshots